Functions Retrieving Errors

When errors are encountered during execution of the license generation functions, they are queued to the handle that controls access to the library in use. These errors may be printed immediately, or allowed to accumulate and flushed later.

The following table provides a list of the API functions:

Function Description

VLScgGetNumErrors

Retrieves the number of error messages recorded.

VLScgGetErrorLength

Retrieves the length of an error message.

VLScgGetErrorMessage

Retrieves the earliest error from the handle.

VLScgPrintError

Writes error message to a file.

VLScgPrintErrorExt